|
|
|
|
Count Property, SftTabs Class |
Returns the number of tabs.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property Count As Integer |
C# |
public int Count { get; } |
C++ |
public: property int Count { |
Property Value
The number of tabs contained in the tab control.
Comments
The Count property returns the number of tabs.
Tabs can be added using TabCollection.Add, AddRange or Insert. Tabs can be removed using Clear.
At design-time, tabs can be added and removed using the property pages.
The Count property is identical to the TabCollection.Count property.